@charset "utf-8";

/*放大镜效果主容器*/
.con-FangDa{
	width: 608px;
	height: auto;
	margin: 10px;
	background-color:#fff;
	border:1px solid #cccccc;
	padding:10px;
}
/*正常容器*/
.con-fangDaIMg{
	width: 600px;
	height: 444px;
	position: relative;
	background-color: #f4f4f4;
	text-align:center;
	border:3px solid #f4f4f4;
}
.con-fangDaIMg > img{
	max-width: 100%;
	max-height:444px;
}
/*滑块*/
.magnifyingBegin{
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 450px;
	height: 420px;
	display: none;
	position: absolute;
	right: -470px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
	z-index:9999;
}
.magnifyingShow > img{
	width: 1425px;
	height: 1350px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:100px;
	width:100%;
	list-style: none;
}
.con-FangDa-ImgList > li{
	margin-right:7px;
	width:90px;
	height: 70px;
	float: left;
	cursor: pointer;
	border: 2px solid #ccc;
	background-color: #454545;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	width:90px;
	height:70px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}


.scpxqcontl{ width:650px; height:auto; float:left; overflow:hidden; }

.scpxqcontr{ width:260px; height:572px; float:right; background-color:#CCC; overflow:hidden; padding:10px; font-weight:bold; margin-top:10px; }
#prev_next{ color:#1794fe; }
#prev_next a{ color:#ff3100; }